home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_44735.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  58 lines

  1. -- card: 44735 from stack: in.0
  2. -- bmap block id: 54842
  3. -- flags: 0000
  4. -- background id: 43395
  5. -- name: SCRIPT EDITOR & DEBUGGER
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=131 top=224 right=313 bottom=231
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   go cd "Script Editor" of stack "‚Ä¢HC 2.0-6"
  24.   unlock screen with visual zoom open
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=239 top=224 right=313 bottom=356
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   lock screen
  44.   go cd "Scripting Menus" of stack "‚Ä¢HC 2.0-6"
  45.   unlock screen with visual zoom open
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 1
  51. ----- text -----
  52. The Script Editor in HyperCard 2.0 is implemented by means of an XCMD, and has its own menus. Several different scripts can be open at once, and cutting and pasting between them is possible. The Debugger is integrated into the Script Editor, and allows you to watch a script execute, line by line.
  53.  
  54. Click the options below to learn more.
  55.  
  56. -- part contents for background part 2
  57. ----- text -----
  58. THE SCRIPT EDITOR & DEBUGGER